Age | Commit message (Expand) | Author | Files | Lines |
2009-01-08 | quota: don't set grace time when user isn't above softlimit | Jan Kara | 1 | -0/+2 |
2009-01-08 | coda: fix fs/coda/sysctl.c build warnings when !CONFIG_SYSCTL | Richard A. Holden III | 1 | -1/+4 |
2009-01-08 | jbd: remove excess kernel-doc notation | Randy Dunlap | 1 | -1/+0 |
2009-01-08 | ext3: tighten restrictions on inode flags | Duane Griffin | 2 | -8/+3 |
2009-01-08 | ext3: don't inherit inappropriate inode flags from parent | Duane Griffin | 1 | -1/+1 |
2009-01-08 | ext3: allocate ->s_blockgroup_lock separately | Pekka Enberg | 1 | -1/+9 |
2009-01-08 | jbd: improve fsync batching | Josef Bacik | 2 | -5/+48 |
2009-01-08 | ext2: tighten restrictions on inode flags | Duane Griffin | 2 | -8/+3 |
2009-01-08 | ext2: don't inherit inappropriate inode flags from parent | Duane Griffin | 1 | -1/+1 |
2009-01-08 | ext2: allocate ->s_blockgroup_lock separately | Pekka J Enberg | 1 | -1/+9 |
2009-01-08 | ext2: fix ext2_splice_branch() comments | Qinghuang Feng | 1 | -2/+0 |
2009-01-08 | async: Don't call async_synchronize_full_special() while holding sb_lock | Dave Kleikamp | 1 | -1/+1 |
2009-01-07 | Merge branch 'for-2.6.29' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 19 | -435/+1065 |
2009-01-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 | Linus Torvalds | 1 | -0/+32 |
2009-01-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/arjan/linux-2.6-async | Linus Torvalds | 2 | -7/+23 |
2009-01-07 | nfsd: last_byte_offset | Benny Halevy | 1 | -16/+26 |
2009-01-07 | nfsd: delete wrong file comment from nfsd/nfs4xdr.c | Marc Eshel | 1 | -2/+0 |
2009-01-07 | nfsd: git rid of nfs4_cb_null_ops declaration | Benny Halevy | 1 | -3/+0 |
2009-01-07 | nfsd: dprint each op status in nfsd4_proc_compound | Benny Halevy | 1 | -0/+5 |
2009-01-07 | nfsd: add etoosmall to nfserrno | Dean Hildebrand | 1 | -0/+1 |
2009-01-07 | NFSD: FIDs need to take precedence over UUIDs | Steve Dickson | 1 | -3/+3 |
2009-01-07 | nfsd: fix double-locks of directory mutex | J. Bruce Fields | 1 | -3/+31 |
2009-01-07 | CRED: Fix NFSD regression | David Howells | 1 | -2/+2 |
2009-01-07 | NLM: Clean up flow of control in make_socks() function | Chuck Lever | 1 | -8/+14 |
2009-01-07 | NLM: Refactor make_socks() function | Chuck Lever | 1 | -15/+16 |
2009-01-07 | nfsd: Ensure nfsv4 calls the underlying filesystem on LOCKT | J. Bruce Fields | 1 | -10/+20 |
2009-01-07 | Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ad... | Linus Torvalds | 5 | -118/+134 |
2009-01-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes | Linus Torvalds | 3 | -2/+3 |
2009-01-07 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 9 | -10/+10 |
2009-01-07 | debugfs: add helpers for exporting a size_t simple value | Inaky Perez-Gonzalez | 1 | -0/+32 |
2009-01-07 | async: make the final inode deletion an asynchronous event | Arjan van de Ven | 2 | -7/+23 |
2009-01-07 | GFS2: Fix typo in gfs_page_mkwrite() | Benjamin Marzinski | 1 | -1/+1 |
2009-01-07 | GFS2: LSF and LBD are now one and the same | Steven Whitehouse | 1 | -1/+1 |
2009-01-07 | GFS2: Set GFP_NOFS when allocating page on write | Steven Whitehouse | 1 | -0/+1 |
2009-01-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 1 | -8/+3 |
2009-01-06 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 6 | -171/+693 |
2009-01-06 | bfs: check that filesystem fits on the blockdevice | Eric Sesterhenn | 1 | -0/+12 |
2009-01-06 | bfs: add some basic sanity checks | Eric Sesterhenn | 1 | -0/+33 |
2009-01-06 | fs/exec.c: make do_coredump() void | WANG Cong | 1 | -2/+2 |
2009-01-06 | minix: fix add link's wrong position calculation | Evgeniy Dushistov | 1 | -1/+1 |
2009-01-06 | autofs4: fix string validation check order | Ian Kent | 1 | -6/+7 |
2009-01-06 | autofs4: make autofs type usage explicit | Ian Kent | 5 | -17/+15 |
2009-01-06 | autofs4: fix var shadowed by local delaration | Ian Kent | 1 | -3/+3 |
2009-01-06 | autofs4: improve parameter usage | Ian Kent | 1 | -25/+29 |
2009-01-06 | fs/ecryptfs/inode.c: cleanup kerneldoc | Qinghuang Feng | 1 | -2/+1 |
2009-01-06 | eCryptfs: Clean up ecryptfs_decode_from_filename() | Michael Halcrow | 1 | -27/+24 |
2009-01-06 | eCryptfs: kerneldoc for ecryptfs_parse_tag_70_packet() | Michael Halcrow | 1 | -0/+11 |
2009-01-06 | eCryptfs: Fix data types (int/size_t) | Michael Halcrow | 4 | -16/+16 |
2009-01-06 | eCryptfs: Replace %Z with %z | Michael Halcrow | 4 | -24/+24 |
2009-01-06 | eCryptfs: Filename Encryption: mount option | Michael Halcrow | 1 | -27/+99 |