summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-5/+4
* treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2017-11-211-2/+2
* Merge tag 'for-linus-4.15-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-11-2110-154/+72
|\
| * orangefs: call op_release sooner when creating inodesMartin Brandenburg2017-11-131-9/+15
| * orangefs: stop setting atime on inode dirtyMartin Brandenburg2017-11-139-141/+52
| * orangefs: use ARRAY_SIZEJérémy Lefaure2017-11-132-2/+5
| * orangefs: remove initialization of i_versionJeff Layton2017-11-131-2/+0
* | Merge tag 'ceph-for-4.15-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2017-11-216-94/+206
|\ \
| * | ceph: silence sparse endianness warning in encode_caps_cbJeff Layton2017-11-131-2/+2
| * | ceph: remove the bump of i_versionJeff Layton2017-11-131-1/+0
| * | ceph: present consistent fsid, regardless of arch endiannessJeff Layton2017-11-131-2/+3
| * | ceph: clean up spinlocking and list handling around cleanup_cap_releases()Jeff Layton2017-11-131-13/+21
| * | ceph: remove unused and redundant variable droppingColin Ian King2017-11-131-2/+1
| * | ceph: -EINVAL on decoding failure in ceph_mdsc_handle_fsmap()Ilya Dryomov2017-11-131-2/+2
| * | ceph: disable cached readdir after dropping positive dentryYan, Zheng2017-11-131-1/+6
| * | ceph: fix bool initialization/comparisonThomas Meyer2017-11-131-3/+3
| * | ceph: handle 'session get evicted while there are file locks'Yan, Zheng2017-11-133-17/+58
| * | ceph: optimize flock encoding during reconnectYan, Zheng2017-11-132-21/+30
| * | ceph: make lock_to_ceph_filelock() staticYan, Zheng2017-11-132-32/+31
| * | ceph: keep auth cap when inode has flocks or posix locksYan, Zheng2017-11-134-9/+60
| |/
* | Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-11-1811-82/+157
|\ \
| * | nfsd: deal with revoked delegations appropriatelyAndrew Elble2017-11-071-1/+24
| * | nfsd: use nfs->ns.inum as net IDVasily Averin2017-11-071-2/+2
| * | nfds: avoid gettimeofday for nfssvc_boot timeArnd Bergmann2017-11-074-8/+11
| * | fs, nfsd: convert nfs4_file.fi_ref from atomic_t to refcount_tElena Reshetova2017-11-072-5/+5
| * | fs, nfsd: convert nfs4_cntl_odstate.co_odcount from atomic_t to refcount_tElena Reshetova2017-11-072-4/+4
| * | fs, nfsd: convert nfs4_stid.sc_count from atomic_t to refcount_tElena Reshetova2017-11-073-15/+16
| * | lockd: double unregister of inetaddr notifiersVasily Averin2017-11-071-11/+9
| * | nfsd4: catch some false session retriesJ. Bruce Fields2017-11-072-1/+37
| * | nfsd4: fix cached replies to solo SEQUENCE compoundsJ. Bruce Fields2017-11-073-7/+27
| * | nfsd: use ARRAY_SIZEJérémy Lefaure2017-10-051-3/+2
| * | nfsd: give out fewer session slots as limit approachesJ. Bruce Fields2017-10-041-0/+5
| * | nfsd: increase DRC cache limitJ. Bruce Fields2017-10-041-1/+1
| * | nfsd: remove unnecessary nofilehandle checksJ. Bruce Fields2017-10-041-12/+2
| * | nfs_common: convert int to boolCorentin Labbe2017-09-261-5/+5
| * | nfs_common: move locks_in_grace comment at the right placeCorentin Labbe2017-09-261-7/+7
| * | nfs_common: fix build warning in grace.cCorentin Labbe2017-09-261-1/+1
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-1718-152/+147
|\ \ \
| * | | pid: replace pid bitmap implementation with IDR APIGargi Sharma2017-11-171-1/+1
| * | | fat: remove redundant assignment of 0 to slotsColin Ian King2017-11-171-1/+0
| * | | hfs/hfsplus: clean up unused variables in bnode.cChristos Gkekas2017-11-172-8/+0
| * | | nilfs2: remove inode->i_version initializationJeff Layton2017-11-171-1/+0
| * | | nilfs2: use octal for unreadable permission macroRyusuke Konishi2017-11-171-1/+1
| * | | nilfs2: align block comments of nilfs_sufile_truncate_range() at *Ryusuke Konishi2017-11-171-16/+16
| * | | fs, nilfs: convert nilfs_root.count from atomic_t to refcount_tElena Reshetova2017-11-172-6/+7
| * | | nilfs2: fix race condition that causes file system corruptionAndreas Rohner2017-11-171-2/+4
| * | | fs/nilfs2: convert timers to use timer_setup()Kees Cook2017-11-172-6/+6
| * | | pipe: add proc_dopipe_max_size() to safely assign pipe_max_sizeJoe Lawrence2017-11-171-15/+3
| * | | pipe: avoid round_pipe_size() nr_pages overflow on 32-bitJoe Lawrence2017-11-171-2/+15
| * | | pipe: match pipe_max_size data type with procfsJoe Lawrence2017-11-171-1/+1