Age | Commit message (Expand) | Author | Files | Lines |
2009-01-09 | [XFS] use scalable vmap API | Nick Piggin | 1 | -3/+3 |
2009-01-09 | [XFS] remove old vmap cache | Nick Piggin | 1 | -74/+1 |
2009-01-09 | [XFS] make xfs_ino_t an unsigned long long | Christoph Hellwig | 1 | -1/+1 |
2009-01-09 | [XFS] truncate readdir offsets to signed 32 bit values | Christoph Hellwig | 3 | -13/+15 |
2009-01-09 | [XFS] fix compile of xfs_btree_readahead_lblock on m68k | Christoph Hellwig | 1 | -2/+2 |
2009-01-09 | [XFS] Remove macro-to-function indirections in the mask code | Eric Sandeen | 3 | -52/+44 |
2009-01-09 | [XFS] Remove macro-to-function indirections in attr code | Eric Sandeen | 2 | -48/+36 |
2009-01-09 | [XFS] Remove several unused typedefs. | Eric Sandeen | 3 | -5/+0 |
2009-01-09 | [XFS] pass XFS_IGET_BULKSTAT to xfs_iget for handle operations | Christoph Hellwig | 1 | -4/+19 |
2009-01-08 | Merge branch 'for-2.6.29' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 19 | -435/+1065 |
2009-01-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 | Linus Torvalds | 1 | -0/+32 |
2009-01-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/arjan/linux-2.6-async | Linus Torvalds | 2 | -7/+23 |
2009-01-08 | nfsd: last_byte_offset | Benny Halevy | 1 | -16/+26 |
2009-01-08 | nfsd: delete wrong file comment from nfsd/nfs4xdr.c | Marc Eshel | 1 | -2/+0 |
2009-01-08 | nfsd: git rid of nfs4_cb_null_ops declaration | Benny Halevy | 1 | -3/+0 |
2009-01-08 | nfsd: dprint each op status in nfsd4_proc_compound | Benny Halevy | 1 | -0/+5 |
2009-01-08 | nfsd: add etoosmall to nfserrno | Dean Hildebrand | 1 | -0/+1 |
2009-01-08 | 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-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 1 | -8/+3 |
2009-01-07 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 6 | -171/+693 |
2009-01-07 | bfs: check that filesystem fits on the blockdevice | Eric Sesterhenn | 1 | -0/+12 |
2009-01-07 | bfs: add some basic sanity checks | Eric Sesterhenn | 1 | -0/+33 |
2009-01-07 | fs/exec.c: make do_coredump() void | WANG Cong | 1 | -2/+2 |
2009-01-07 | minix: fix add link's wrong position calculation | Evgeniy Dushistov | 1 | -1/+1 |
2009-01-07 | autofs4: fix string validation check order | Ian Kent | 1 | -6/+7 |
2009-01-07 | autofs4: make autofs type usage explicit | Ian Kent | 5 | -17/+15 |
2009-01-07 | autofs4: fix var shadowed by local delaration | Ian Kent | 1 | -3/+3 |
2009-01-07 | autofs4: improve parameter usage | Ian Kent | 1 | -25/+29 |
2009-01-07 | fs/ecryptfs/inode.c: cleanup kerneldoc | Qinghuang Feng | 1 | -2/+1 |
2009-01-07 | eCryptfs: Clean up ecryptfs_decode_from_filename() | Michael Halcrow | 1 | -27/+24 |
2009-01-07 | eCryptfs: kerneldoc for ecryptfs_parse_tag_70_packet() | Michael Halcrow | 1 | -0/+11 |
2009-01-07 | eCryptfs: Fix data types (int/size_t) | Michael Halcrow | 4 | -16/+16 |
2009-01-07 | eCryptfs: Replace %Z with %z | Michael Halcrow | 4 | -24/+24 |
2009-01-07 | eCryptfs: Filename Encryption: mount option | Michael Halcrow | 1 | -27/+99 |
2009-01-07 | eCryptfs: Filename Encryption: filldir, lookup, and readlink | Michael Halcrow | 4 | -242/+195 |
2009-01-07 | eCryptfs: Filename Encryption: Encoding and encryption functions | Michael Halcrow | 1 | -0/+433 |
2009-01-07 | eCryptfs: Filename Encryption: Header updates | Michael Halcrow | 2 | -14/+51 |