Age | Commit message (Expand) | Author | Files | Lines |
2009-09-14 | nilfs2: An unassigned variable is assigned to a never used structure member | Zhang Qiang | 1 | -4/+0 |
2009-09-14 | nilfs2: use GFP_NOIO for bio_alloc instead of GFP_NOWAIT | Ryusuke Konishi | 1 | -2/+2 |
2009-09-14 | nilfs2: stop using periodic write_super callback | Jiro SEKIBA | 2 | -46/+7 |
2009-09-14 | nilfs2: clean up nilfs_write_super | Jiro SEKIBA | 2 | -8/+17 |
2009-09-14 | nilfs2: fix disorder of nilfs_write_super in nilfs_sync_fs | Jiro SEKIBA | 1 | -2/+8 |
2009-09-14 | nilfs2: remove redundant super block commit | Jiro SEKIBA | 1 | -3/+0 |
2009-09-14 | nilfs2: implement nilfs_show_options to display mount options in /proc/mounts | Jiro SEKIBA | 1 | -1/+23 |
2009-09-14 | nilfs2: always lookup disk block address before reading metadata block | Ryusuke Konishi | 1 | -15/+10 |
2009-09-14 | nilfs2: use semaphore to protect pointer to a writable FS-instance | Ryusuke Konishi | 3 | -26/+12 |
2009-09-14 | nilfs2: fix format string compile warning (ino_t) | Heiko Carstens | 1 | -1/+2 |
2009-09-14 | nilfs2: fix ignored error code in __nilfs_read_inode() | Ryusuke Konishi | 1 | -1/+2 |
2009-09-14 | GFS2: Whitespace fixes | Steven Whitehouse | 3 | -4/+4 |
2009-09-14 | block: use blkdev_issue_discard in blk_ioctl_discard | Christoph Hellwig | 2 | -3/+6 |
2009-09-14 | Seperate read and write statistics of in_flight requests | Nikanth Karthikesan | 1 | -1/+11 |
2009-09-11 | Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6 | Linus Torvalds | 24 | -983/+2037 |
2009-09-11 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -1/+2 |
2009-09-11 | Merge branch 'nfs-for-2.6.32' | Trond Myklebust | 24 | -983/+2037 |
2009-09-11 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... | Linus Torvalds | 1 | -13/+26 |
2009-09-11 | Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 15 | -315/+811 |
2009-09-11 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 11 | -57/+176 |
2009-09-11 | splice: update mtime and atime on files | Miklos Szeredi | 1 | -2/+6 |
2009-09-11 | bio: first step in sanitizing the bio->bi_rw flag testing | Jens Axboe | 1 | -2/+2 |
2009-09-11 | writeback: check for registered bdi in flusher add and inode dirty | Jens Axboe | 1 | -0/+8 |
2009-09-11 | writeback: add name to backing_dev_info | Jens Axboe | 10 | -0/+10 |
2009-09-11 | writeback: get rid of pdflush completely | Jens Axboe | 1 | -0/+5 |
2009-09-11 | writeback: switch to per-bdi threads for flushing data | Jens Axboe | 4 | -292/+713 |
2009-09-11 | writeback: move dirty inodes from super_block to backing_dev_info | Jens Axboe | 2 | -73/+127 |
2009-09-11 | writeback: get rid of generic_sync_sb_inodes() export | Jens Axboe | 4 | -57/+55 |
2009-09-11 | Merge branch 'next' into for-linus | James Morris | 12 | -71/+190 |
2009-09-10 | Merge branch 'topic/soundcore-preclaim' into for-linus | Takashi Iwai | 1 | -13/+26 |
2009-09-10 | binfmt_elf: fix PT_INTERP bss handling | Roland McGrath | 1 | -14/+14 |
2009-09-09 | Merge branch 'lookup-permissions-cleanup' | Linus Torvalds | 23 | -109/+73 |
2009-09-09 | binfmt_elf: fix PT_INTERP bss handling | Roland McGrath | 1 | -14/+14 |
2009-09-10 | sysfs: Add labeling support for sysfs | David P. Quigley | 4 | -37/+112 |
2009-09-10 | VFS: Factor out part of vfs_setxattr so it can be called from the SELinux hoo... | David P. Quigley | 1 | -13/+42 |
2009-09-09 | GFS2: Remove unused sysfs file | Steven Whitehouse | 3 | -14/+1 |
2009-09-08 | NFSv4: Disallow 'mount -t nfs4 -overs=2' and 'mount -t nfs4 -overs=3' | Trond Myklebust | 1 | -0/+6 |
2009-09-08 | NFS: Allow the "nfs" file system type to support NFSv4 | Chuck Lever | 2 | -2/+47 |
2009-09-08 | NFS: Move details of nfs4_get_sb() to a helper | Chuck Lever | 1 | -13/+31 |
2009-09-08 | NFS: Refactor NFSv4 text-based mount option validation | Chuck Lever | 1 | -28/+35 |
2009-09-08 | NFS: Mount option parser should detect missing "port=" | Chuck Lever | 2 | -28/+36 |
2009-09-08 | NFS: out of date comment regarding O_EXCL above nfs3_proc_create() | Harshula Jayasuriya | 1 | -1/+0 |
2009-09-08 | jffs2/jfs/xfs: switch over to 'check_acl' rather than 'permission()' | Linus Torvalds | 10 | -32/+14 |
2009-09-08 | ext[234]: move over to 'check_acl' permission model | Linus Torvalds | 12 | -36/+18 |
2009-09-08 | Make 'check_acl()' a first-class filesystem op | Linus Torvalds | 1 | -27/+35 |
2009-09-08 | Simplify exec_permission_lite(), part 3 | Linus Torvalds | 1 | -2/+6 |
2009-09-08 | Simplify exec_permission_lite() further | Linus Torvalds | 1 | -7/+1 |
2009-09-08 | Simplify exec_permission_lite() logic | Linus Torvalds | 1 | -4/+1 |
2009-09-08 | Do not call 'ima_path_check()' for each path component | Linus Torvalds | 1 | -3/+0 |
2009-09-08 | GFS2: Be extra careful about deallocating inodes | Steven Whitehouse | 4 | -35/+51 |