summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2019-01-14Merge tag 'for-5.0-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-01-14Merge tag 'driver-core-5.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-01-14Merge tag '5.0-rc1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2019-01-11Merge tag 'ceph-for-5.0-rc2' of git://github.com/ceph/ceph-clientLinus Torvalds
2019-01-11cifs: update internal module version numberSteve French
2019-01-11CIFS: Fix error paths in writeback codePavel Shilovsky
2019-01-11CIFS: Move credit processing to mid callbacks for SMB3Pavel Shilovsky
2019-01-11CIFS: Fix credits calculation for cancelled requestsPavel Shilovsky
2019-01-11cifs: Fix potential OOB access of lock element arrayRoss Lagerwall
2019-01-11cifs: Limit memory used by lock request calls to a pageRoss Lagerwall
2019-01-11cifs: move large array from stack to heapAurelien Aptel
2019-01-11CIFS: Do not hide EINTR after sending network packetsPavel Shilovsky
2019-01-10CIFS: Fix credit computation for compounded requestsPavel Shilovsky
2019-01-10CIFS: Do not set credits to 1 if the server didn't grant anythingPavel Shilovsky
2019-01-10CIFS: Fix adjustment of credits for MTU requestsPavel Shilovsky
2019-01-10cifs: Fix a tiny potential memory leakDan Carpenter
2019-01-10cifs: Fix a debug messageDan Carpenter
2019-01-10btrfs: Use real device structure to verify dev extentQu Wenruo
2019-01-09Btrfs: fix deadlock when using free space tree due to block group creationFilipe Manana
2019-01-09Btrfs: fix race between reflink/dedupe and relocationFilipe Manana
2019-01-09Btrfs: fix race between cloning range ending at eof and writebackFilipe Manana
2019-01-08hugetlbfs: revert "Use i_mmap_rwsem to fix page fault/truncate race"Mike Kravetz
2019-01-07ceph: use vmf_error() in ceph_filemap_fault()Souptick Joarder
2019-01-07libceph: allow setting abort_on_full for rbdDongsheng Yang
2019-01-07sysfs: convert BUG_ON to WARN_ONGreg Kroah-Hartman
2019-01-06Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-01-06Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-01-06fscrypt: add Adiantum supportEric Biggers
2019-01-05Merge tag '4.21-smb3-small-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2019-01-05Merge tag 'xfs-4.21-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2019-01-05Merge tag 'ceph-for-4.21-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2019-01-05Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2019-01-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-01-04fs: don't open code lru_to_page()Nikolay Borisov
2019-01-04fs/: remove caller signal_pending branch predictionsDavidlohr Bueso
2019-01-04bfs: extra sanity checking and static inode bitmapTigran Aivazian
2019-01-04exec: separate MM_ANONPAGES and RLIMIT_STACK accountingOleg Nesterov
2019-01-04exec: load_script: don't blindly truncate shebang stringOleg Nesterov
2019-01-04fat: new inline functions to determine the FAT variant (32, 16 or 12)Carmeli Tamir
2019-01-04fat: move MAX_FAT to fat.h and change it to inline functionCarmeli Tamir
2019-01-04fat: remove FAT_FIRST_ENT macroCarmeli Tamir
2019-01-04hfsplus: return file attributes on statxErnesto A. Fernández
2019-01-04autofs: add strictexpire mount optionIan Kent
2019-01-04autofs: change catatonic setting to a bit flagIan Kent
2019-01-04autofs: simplify parse_options() function callIan Kent
2019-01-04autofs: improve ioctl sbi checksIan Kent
2019-01-04fs/epoll: deal with wait_queue only onceDavidlohr Bueso
2019-01-04fs/epoll: rename check_events label to send_eventsDavidlohr Bueso
2019-01-04fs/epoll: avoid barrier after an epoll_wait(2) timeoutDavidlohr Bueso