summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | 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-1818-152/+147Star
|\ \ \ \ \ \
| * | | | | | pid: replace pid bitmap implementation with IDR APIGargi Sharma2017-11-181-1/+1
| * | | | | | fat: remove redundant assignment of 0 to slotsColin Ian King2017-11-181-1/+0Star
| * | | | | | hfs/hfsplus: clean up unused variables in bnode.cChristos Gkekas2017-11-182-8/+0Star
| * | | | | | nilfs2: remove inode->i_version initializationJeff Layton2017-11-181-1/+0Star
| * | | | | | nilfs2: use octal for unreadable permission macroRyusuke Konishi2017-11-181-1/+1
| * | | | | | nilfs2: align block comments of nilfs_sufile_truncate_range() at *Ryusuke Konishi2017-11-181-16/+16
| * | | | | | fs, nilfs: convert nilfs_root.count from atomic_t to refcount_tElena Reshetova2017-11-182-6/+7
| * | | | | | nilfs2: fix race condition that causes file system corruptionAndreas Rohner2017-11-181-2/+4
| * | | | | | fs/nilfs2: convert timers to use timer_setup()Kees Cook2017-11-182-6/+6
| * | | | | | pipe: add proc_dopipe_max_size() to safely assign pipe_max_sizeJoe Lawrence2017-11-181-15/+3Star
| * | | | | | pipe: avoid round_pipe_size() nr_pages overflow on 32-bitJoe Lawrence2017-11-181-2/+15
| * | | | | | pipe: match pipe_max_size data type with procfsJoe Lawrence2017-11-181-1/+1
| * | | | | | autofs: don't fail mount for transient errorNeilBrown2017-11-181-1/+14
| * | | | | | epoll: remove ep_call_nested() from ep_eventpoll_poll()Jason Baron2017-11-181-45/+35Star
| * | | | | | epoll: avoid calling ep_call_nested() from ep_poll_safewake()Jason Baron2017-11-181-29/+18Star
| * | | | | | epoll: account epitem and eppoll_entry to kmemcgShakeel Butt2017-11-181-2/+2
| * | | | | | proc: use do-while in name_to_int()Alexey Dobriyan2017-11-181-2/+2
| * | | | | | proc: : uninline name_to_int()Alexey Dobriyan2017-11-183-22/+25
| * | | | | | proc, coredump: add CoreDumping flag to /proc/pid/statusRoman Gushchin2017-11-181-0/+6
* | | | | | | Merge tag 'pm-fixes-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-171-0/+6
|\ \ \ \ \ \ \
| * | | | | | | x86 / CPU: Always show current CPU frequency in /proc/cpuinfoRafael J. Wysocki2017-11-151-0/+6
* | | | | | | | Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-11-1725-334/+590
|\ \ \ \ \ \ \ \
| * | | | | | | | NFS: Revert "NFS: Move the flock open mode check into nfs_flock()"Benjamin Coddington2017-11-172-16/+16
| * | | | | | | | NFS: Fix typo in nomigration mount optionJoshua Watt2017-11-171-1/+1
| * | | | | | | | nfs: Fix ugly referral attributesChuck Lever2017-11-171-10/+8Star
| * | | | | | | | NFS: super: mark expected switch fall-throughsGustavo A. R. Silva2017-11-171-2/+10
| * | | | | | | | nfs: remove net pointer from messagesVasily Averin2017-11-171-7/+7
| * | | | | | | | nfs client: exit_net cleanup check addedVasily Averin2017-11-171-0/+4
| * | | | | | | | nfs/write: Use common error handling code in nfs_lock_and_join_requests()Markus Elfring2017-11-171-8/+9
| * | | | | | | | NFSv4: Replace closed stateids with the "invalid special stateid"Trond Myklebust2017-11-173-1/+20
| * | | | | | | | NFSv4: nfs_set_open_stateid must not trigger state recovery for closed stateTrond Myklebust2017-11-171-1/+2
| * | | | | | | | NFSv4: Check the open stateid when searching for expired stateTrond Myklebust2017-11-171-0/+5
| * | | | | | | | NFSv4: Clean up nfs4_delegreturn_doneTrond Myklebust2017-11-171-18/+14Star
| * | | | | | | | NFSv4: cleanup nfs4_close_doneTrond Myklebust2017-11-171-19/+16Star
| * | | | | | | | NFSv4: Retry NFS4ERR_OLD_STATEID errors in layoutreturnTrond Myklebust2017-11-171-3/+12
| * | | | | | | | pNFS: Retry NFS4ERR_OLD_STATEID errors in layoutreturn-on-closeTrond Myklebust2017-11-173-2/+40
| * | | | | | | | NFSv4: Don't try to CLOSE if the stateid 'other' field has changedTrond Myklebust2017-11-173-12/+13
| * | | | | | | | NFSv4: Retry CLOSE and DELEGRETURN on NFS4ERR_OLD_STATEID.Trond Myklebust2017-11-175-2/+65
| * | | | | | | | NFS: Fix a typo in nfs_rename()Trond Myklebust2017-11-171-1/+1
| * | | | | | | | NFSv4: Fix open create exclusive when the server rebootsTrond Myklebust2017-11-171-15/+26
| * | | | | | | | NFSv4: Add a tracepoint to document open stateid updatesTrond Myklebust2017-11-172-0/+5
| * | | | | | | | NFSv4: Fix OPEN / CLOSE raceTrond Myklebust2017-11-173-35/+123
| * | | | | | | | NFS: Fix bool initialization/comparisonThomas Meyer2017-11-174-8/+8
| * | | | | | | | NFS: Avoid RCU usage in tracepointsAnna Schumaker2017-11-171-18/+6Star
| * | | | | | | | fs, nfs: convert nfs_client.cl_count from atomic_t to refcount_tElena Reshetova2017-11-176-31/+31
| * | | | | | | | fs, nfs: convert nfs_lock_context.count from atomic_t to refcount_tElena Reshetova2017-11-171-6/+6
| * | | | | | | | fs, nfs: convert nfs4_lock_state.ls_count from atomic_t to refcount_tElena Reshetova2017-11-173-8/+8