| Commit message (Expand) | Author | Age |
... | |
| * | | | | | | | | vfs: don't treat fl_type as a bitmap | Jeff Layton | 2012-08-20 |
* | | | | | | | | | procfs: don't need a PATH_MAX allocation to hold a string representation of a... | Jeff Layton | 2012-10-12 |
* | | | | | | | | | vfs: embed struct filename inside of names_cache allocation if possible | Jeff Layton | 2012-10-12 |
* | | | | | | | | | audit: make audit_inode take struct filename | Jeff Layton | 2012-10-12 |
* | | | | | | | | | vfs: make path_openat take a struct filename pointer | Jeff Layton | 2012-10-12 |
* | | | | | | | | | vfs: turn do_path_lookup into wrapper around struct filename variant | Jeff Layton | 2012-10-12 |
* | | | | | | | | | audit: allow audit code to satisfy getname requests from its names_list | Jeff Layton | 2012-10-12 |
* | | | | | | | | | vfs: define struct filename and have getname() return it | Jeff Layton | 2012-10-12 |
* | | | | | | | | | vfs: unexport getname and putname symbols | Jeff Layton | 2012-10-12 |
* | | | | | | | | | audit: overhaul __audit_inode_child to accomodate retrying | Jeff Layton | 2012-10-12 |
* | | | | | | | | | audit: set the name_len in audit_inode for parent lookups | Jeff Layton | 2012-10-12 |
* | | | | | | | | | audit: reverse arguments to audit_inode_child | Jeff Layton | 2012-10-12 |
* | | | | | | | | | audit: remove unnecessary NULL ptr checks from do_path_lookup | Jeff Layton | 2012-10-12 |
| |_|_|/ / / / /
|/| | | | | | | |
|
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-10-11 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | vfs: bogus warnings in fs/namei.c | Arnd Bergmann | 2012-10-11 |
| * | | | | | | | | consitify do_mount() arguments | Al Viro | 2012-10-11 |
| * | | | | | | | | lglock: add DEFINE_STATIC_LGLOCK() | Lai Jiangshan | 2012-10-10 |
| * | | | | | | | | tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checking | Hugh Dickins | 2012-10-09 |
| * | | | | | | | | vfs: drop lock/unlock super | Marco Stornelli | 2012-10-09 |
| * | | | | | | | | ufs: drop lock/unlock super | Marco Stornelli | 2012-10-09 |
| * | | | | | | | | sysv: drop lock/unlock super | Marco Stornelli | 2012-10-09 |
| * | | | | | | | | hpfs: drop lock/unlock super | Marco Stornelli | 2012-10-09 |
| * | | | | | | | | fat: drop lock/unlock super | Marco Stornelli | 2012-10-09 |
| * | | | | | | | | ext3: drop lock/unlock super | Marco Stornelli | 2012-10-09 |
| * | | | | | | | | exofs: drop lock/unlock super | Marco Stornelli | 2012-10-09 |
| * | | | | | | | | dup3: Return an error when oldfd == newfd. | Richard W.M. Jones | 2012-10-09 |
| * | | | | | | | | fs: prevent use after free in auditing when symlink following was denied | Sasha Levin | 2012-10-09 |
| | |/ / / / / /
| |/| | | | | | |
|
* | | | | | | | | Merge branch 'writeback-for-next' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2012-10-11 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | writeback: correct comment for move_expired_inodes() | Wang Sheng-Hui | 2012-09-10 |
* | | | | | | | | | Merge tag 'for-linus-merge-3.7' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2012-10-11 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | 9p: don't use __getname/__putname for uname/aname | Jeff Layton | 2012-09-17 |
| * | | | | | | | | | fs/9p: avoid debug OOPS when reading a long symlink | Jim Meyering | 2012-09-06 |
* | | | | | | | | | | autofs4 - fix reset pending flag on mount fail | Ian Kent | 2012-10-10 |
* | | | | | | | | | | Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 2012-10-10 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | block: makes bio_split support bio without data | Shaohua Li | 2012-09-28 |
| * | | | | | | | | | | fs/block_dev.c:1644:5: sparse: symbol 'blkdev_mmap' was not declared | Fengguang Wu | 2012-09-26 |
| * | | | | | | | | | | blockdev: turn a rw semaphore into a percpu rw semaphore | Mikulas Patocka | 2012-09-26 |
| * | | | | | | | | | | Fix a crash when block device is read and block size is changed at the same time | Mikulas Patocka | 2012-09-26 |
| * | | | | | | | | | | block: Implement support for WRITE SAME | Martin K. Petersen | 2012-09-20 |
| * | | | | | | | | | | block: Add bio_clone_bioset(), bio_clone_kmalloc() | Kent Overstreet | 2012-09-09 |
| * | | | | | | | | | | block: Consolidate bio_alloc_bioset(), bio_kmalloc() | Kent Overstreet | 2012-09-09 |
| * | | | | | | | | | | block: Kill bi_destructor | Kent Overstreet | 2012-09-09 |
| * | | | | | | | | | | block: Add bio_reset() | Kent Overstreet | 2012-09-09 |
| * | | | | | | | | | | block: Ues bi_pool for bio_integrity_alloc() | Kent Overstreet | 2012-09-09 |
| * | | | | | | | | | | block: Generalized bio pool freeing | Kent Overstreet | 2012-09-09 |
| | |_|_|_|_|_|_|/ /
| |/| | | | | | | | |
|
* | | | | | | | | | | Merge tag 'nfs-for-3.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2012-10-10 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | pnfsblock: cleanup nfs4_blkdev_get | Peng Tao | 2012-10-08 |
| * | | | | | | | | | | NFS41: send real read size in layoutget | Peng Tao | 2012-10-08 |
| * | | | | | | | | | | NFS41: send real write size in layoutget | Peng Tao | 2012-10-08 |
| * | | | | | | | | | | NFS: track direct IO left bytes | Peng Tao | 2012-10-08 |