Age | Commit message (Expand) | Author | Files | Lines |
2012-06-01 | fs: introduce inode operation ->update_time | Josef Bacik | 1 | -1/+9 |
2012-06-01 | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 1 | -2/+10 |
2012-06-01 | aio/vfs: cleanup of rw_copy_check_uvector() and compat_rw_copy_check_uvector() | Christopher Yeoh | 1 | -2/+10 |
2012-05-31 | NFS: Ensure that setattr and getattr wait for O_DIRECT write completion | Trond Myklebust | 1 | -6/+3 |
2012-05-30 | mm/fs: remove truncate_range | Hugh Dickins | 1 | -1/+0 |
2012-05-28 | Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux | Linus Torvalds | 1 | -6/+7 |
2012-05-24 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -11/+31 |
2012-05-11 | block: don't mark buffers beyond end of disk as mapped | Jeff Moyer | 1 | -0/+1 |
2012-05-06 | writeback: Avoid iput() from flusher thread | Jan Kara | 1 | -3/+4 |
2012-05-06 | vfs: Rename end_writeback() to clear_inode() | Jan Kara | 1 | -3/+3 |
2012-05-03 | userns: Store uid and gid types in vfs structures with kuid_t and kgid_t types | Eric W. Biederman | 1 | -5/+31 |
2012-04-08 | userns: Replace the hard to write inode_userns with inode_capable. | Eric W. Biederman | 1 | -6/+0 |
2012-04-06 | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 1 | -0/+1 |
2012-04-06 | libfs: add simple_open() | Stephen Boyd | 1 | -0/+1 |
2012-04-01 | CIFS: Fix VFS lock usage for oplocked files | Pavel Shilovsky | 1 | -0/+5 |
2012-03-30 | Merge branch 'for-3.4' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -0/+4 |
2012-03-28 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 1 | -13/+0 |
2012-03-24 | Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul... | Linus Torvalds | 1 | -0/+1 |
2012-03-22 | vfs: remove unused superblock helpers | Artem Bityutskiy | 1 | -13/+0 |
2012-03-21 | switch touch_atime to struct path | Al Viro | 1 | -2/+2 |
2012-03-21 | vfs: turn generic_drop_inode() into static inline | Al Viro | 1 | -1/+4 |
2012-03-21 | vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link} | Al Viro | 1 | -0/+1 |
2012-03-14 | fs: add new FMODE flags: FMODE_32bithash and FMODE_64bithash | Bernd Schubert | 1 | -0/+4 |
2012-03-05 | BUG: headers with BUG/BUG_ON etc. need linux/bug.h | Paul Gortmaker | 1 | -0/+1 |
2012-02-14 | vfs: Provide function to get superblock and wait for it to thaw | Jan Kara | 1 | -0/+1 |
2012-01-24 | migrate_mode.h is not exported to user mode | Stephen Rothwell | 1 | -1/+1 |
2012-01-23 | mm: fix warnings regarding enum migrate_mode | Andrew Morton | 1 | -1/+1 |
2012-01-16 | Merge branch 'for-3.3/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -0/+1 |
2012-01-13 | vfs: cache request_queue in struct block_device | Andi Kleen | 1 | -0/+2 |
2012-01-13 | mm: compaction: introduce sync-light migration for use by compaction | Mel Gorman | 1 | -2/+4 |
2012-01-13 | mm: compaction: determine if dirty pages can be migrated without blocking wit... | Mel Gorman | 1 | -3/+6 |
2012-01-13 | epoll: limit paths | Jason Baron | 1 | -0/+1 |
2012-01-11 | block: Add BLKROTATIONAL ioctl | Martin K. Petersen | 1 | -0/+1 |
2012-01-07 | vfs: prevent remount read-only if pending removes | Miklos Szeredi | 1 | -2/+0 |
2012-01-07 | vfs: count unlinked inodes | Miklos Szeredi | 1 | -54/+7 |
2012-01-07 | vfs: protect remounting superblock read-only | Miklos Szeredi | 1 | -0/+3 |
2012-01-07 | vfs: keep list of mounts for each superblock | Miklos Szeredi | 1 | -0/+1 |
2012-01-07 | vfs: switch ->show_options() to struct dentry * | Al Viro | 1 | -2/+2 |
2012-01-07 | vfs: switch ->show_path() to struct dentry * | Al Viro | 1 | -1/+1 |
2012-01-07 | vfs: switch ->show_devname() to struct dentry * | Al Viro | 1 | -1/+1 |
2012-01-07 | vfs: switch ->show_stats to struct dentry * | Al Viro | 1 | -1/+1 |
2012-01-07 | Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into Z | Al Viro | 1 | -10/+13 |
2012-01-04 | switch open and mkdir syscalls to umode_t | Al Viro | 1 | -2/+2 |
2012-01-04 | switch is_sxid() to umode_t | Al Viro | 1 | -1/+1 |
2012-01-04 | switch inode_init_owner() to umode_t | Al Viro | 1 | -1/+1 |
2012-01-04 | switch ->mknod() to umode_t | Al Viro | 1 | -2/+2 |
2012-01-04 | switch ->create() to umode_t | Al Viro | 1 | -2/+2 |
2012-01-04 | switch vfs_mkdir() and ->mkdir() to umode_t | Al Viro | 1 | -2/+2 |
2012-01-04 | fs: move code out of buffer.c | Al Viro | 1 | -0/+3 |
2012-01-04 | vfs: new helper - vfs_ustat() | Al Viro | 1 | -2/+1 |