index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2015-02-02
nfsd: implement pNFS layout recalls
Christoph Hellwig
6
-1
/
+330
2015-02-02
nfsd: implement pNFS operations
Christoph Hellwig
13
-4
/
+1319
2015-02-02
nfsd: make find_any_file available outside nfs4state.c
Christoph Hellwig
2
-1
/
+2
2015-02-02
nfsd: make find/get/put file available outside nfs4state.c
Christoph Hellwig
2
-8
/
+9
2015-02-02
nfsd: make lookup/alloc/unhash_stid available outside nfs4state.c
Christoph Hellwig
2
-4
/
+10
2015-02-02
nfsd: add fh_fsid_match helper
Christoph Hellwig
1
-0
/
+9
2015-02-02
nfsd: move nfsd_fh_match to nfsfh.h
Christoph Hellwig
2
-10
/
+11
2015-02-02
fs: add FL_LAYOUT lease type
Christoph Hellwig
1
-4
/
+10
2015-02-02
fs: track fl_owner for leases
Christoph Hellwig
2
-6
/
+8
2015-02-02
Merge branch 'locks-3.20' of git://git.samba.org/jlayton/linux into for-3.20
J. Bruce Fields
30
-570
/
+736
2015-01-23
nfsd: factor out a helper to decode nfstime4 values
Christoph Hellwig
1
-17
/
+26
2015-01-23
sunrpc/lockd: fix references to the BKL
Jeff Layton
1
-2
/
+2
2015-01-23
nfsd: fix year-2038 nfs4 state problem
J. Bruce Fields
1
-1
/
+6
2015-01-21
locks: update comments that refer to inode->i_flock
Jeff Layton
1
-1
/
+1
2015-01-16
locks: consolidate NULL i_flctx checks in locks_remove_file
Jeff Layton
1
-2
/
+7
2015-01-16
locks: keep a count of locks on the flctx lists
Jeff Layton
3
-35
/
+35
2015-01-16
locks: clean up the lm_change prototype
Jeff Layton
2
-8
/
+8
2015-01-16
locks: add a dedicated spinlock to protect i_flctx lists
Jeff Layton
8
-69
/
+70
2015-01-16
locks: convert lease handling to file_lock_context
Jeff Layton
1
-153
/
+99
2015-01-16
locks: convert posix locks to file_lock_context
Jeff Layton
10
-197
/
+153
2015-01-16
locks: move flock locks to file_lock_context
Jeff Layton
6
-35
/
+152
2015-01-16
ceph: move spinlocking into ceph_encode_locks_to_buffer and ceph_count_locks
Jeff Layton
2
-4
/
+4
2015-01-16
locks: add a new struct file_locking_context pointer to struct inode
Jeff Layton
2
-1
/
+46
2015-01-16
locks: have locks_release_file use flock_lock_file to release generic flock l...
Jeff Layton
1
-18
/
+31
2015-01-16
locks: add new struct list_head to struct file_lock
Jeff Layton
1
-3
/
+5
2015-01-16
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...
Linus Torvalds
4
-29
/
+60
2015-01-15
nfsd: nfs4state: Remove unused function
Rickard Strandqvist
1
-10
/
+0
2015-01-15
lockd: xdr: Remove unused function
Rickard Strandqvist
1
-8
/
+0
2015-01-13
locks: fix NULL-deref in generic_delete_lease
NeilBrown
1
-1
/
+1
2015-01-11
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-5
/
+5
2015-01-09
Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-1
/
+1
2015-01-09
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
1
-1
/
+1
2015-01-09
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
5
-11
/
+28
2015-01-09
sched, fanotify: Deal with nested sleeps
Peter Zijlstra
1
-5
/
+5
2015-01-08
vfs: renumber FMODE_NONOTIFY and add to uniqueness check
David Drysdale
1
-2
/
+3
2015-01-08
ocfs2: fix the wrong directory passed to ocfs2_lookup_ino_from_name() when li...
Xue jiufei
1
-8
/
+35
2015-01-08
ocfs2: remove bogus check in dlm_process_recovery_data
Joseph Qi
1
-4
/
+1
2015-01-08
ceph: use %zu for len in ceph_fill_inline_data()
Ilya Dryomov
1
-1
/
+1
2015-01-07
nfsd4: tweak rd_dircount accounting
J. Bruce Fields
1
-3
/
+4
2015-01-07
nfsd: fi_delegees doesn't need to be an atomic_t
Jeff Layton
2
-5
/
+5
2015-01-07
nfsd: fix fi_delegees leak when fi_had_conflict returns true
Jeff Layton
1
-1
/
+1
2015-01-06
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
4
-121
/
+129
2015-01-06
fuse: add memory barrier to INIT
Miklos Szeredi
3
-3
/
+16
2015-01-06
fuse: fix LOOKUP vs INIT compat handling
Miklos Szeredi
3
-26
/
+44
2015-01-02
ext4: remove spurious KERN_INFO from ext4_warning call
Jakub Wilk
1
-1
/
+1
2015-01-02
Revert "ext4: fix suboptimal seek_{data,hole} extents traversial"
Theodore Ts'o
2
-108
/
+116
2015-01-02
Btrfs: don't delay inode ref updates during log replay
Chris Mason
1
-0
/
+8
2015-01-02
Btrfs: correctly get tree level in tree_backref_for_extent
Filipe Manana
1
-3
/
+10
2015-01-02
Btrfs: call inode_dec_link_count() on mkdir error path
Wang Shilong
1
-1
/
+3
2015-01-02
Btrfs: abort transaction if we don't find the block group
Josef Bacik
1
-6
/
+6
[next]