Age | Commit message (Expand) | Author | Files | Lines |
2007-10-17 | 9p: fix bad kconfig cross-dependency | Eric Van Hensbergen | 1 | -46/+1 |
2007-10-17 | 9p: soften invalidation in loose_mode | Eric Van Hensbergen | 1 | -2/+4 |
2007-10-17 | 9p: attach-per-user | Latchesar Ionkov | 4 | -60/+195 |
2007-10-17 | 9p: rename uid and gid parameters | Latchesar Ionkov | 3 | -12/+16 |
2007-10-17 | 9p: define session flags | Latchesar Ionkov | 3 | -17/+27 |
2007-10-17 | 9p: Make transports dynamic | Eric Van Hensbergen | 3 | -108/+75 |
2007-10-17 | Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6 | Linus Torvalds | 90 | -4739/+2762 |
2007-10-17 | security/ cleanups | Adrian Bunk | 1 | -2/+0 |
2007-10-17 | Implement file posix capabilities | Serge E. Hallyn | 4 | -7/+22 |
2007-10-17 | r/o bind mounts: create cleanup helper svc_msnfs() | Dave Hansen | 1 | -4/+11 |
2007-10-17 | r/o bind mounts: give permission() a local 'mnt' variable | Dave Hansen | 1 | -1/+5 |
2007-10-17 | r/o bind mounts: rearrange may_open() to be r/o friendly | Dave Hansen | 1 | -4/+4 |
2007-10-17 | r/o bind mounts: filesystem helpers for custom 'struct file's | Dave Hansen | 3 | -15/+72 |
2007-10-17 | fuse: clean up execute permission checking | Miklos Szeredi | 1 | -18/+31 |
2007-10-17 | fuse: no ENOENT from fuse device read | Miklos Szeredi | 1 | -4/+5 |
2007-10-17 | fuse: no abort on interrupt | Miklos Szeredi | 1 | -19/+24 |
2007-10-17 | fuse: cleanup in release | Miklos Szeredi | 2 | -2/+8 |
2007-10-17 | fuse: fix permission checking on sticky directories | Miklos Szeredi | 3 | -2/+18 |
2007-10-17 | fuse: refresh stale attributes in fuse_permission() | Miklos Szeredi | 3 | -43/+31 |
2007-10-17 | fuse: set i_nlink to sane value after mount | Miklos Szeredi | 1 | -0/+1 |
2007-10-17 | fuse: fix page invalidation | Miklos Szeredi | 2 | -2/+2 |
2007-10-17 | fuse: truncate on spontaneous size change | Miklos Szeredi | 2 | -38/+33 |
2007-10-17 | fuse: add reference counting to fuse_file | Miklos Szeredi | 4 | -42/+59 |
2007-10-17 | fuse: fix reserved request wake up | Miklos Szeredi | 3 | -2/+7 |
2007-10-17 | fuse: update backing_dev_info congestion state | Miklos Szeredi | 2 | -1/+12 |
2007-10-17 | ext2 reservations | Martin J. Bligh | 8 | -479/+1487 |
2007-10-17 | introduce I_SYNC | Joern Engel | 5 | -31/+47 |
2007-10-17 | writeback: introduce writeback_control.more_io to indicate more io | Fengguang Wu | 1 | -0/+2 |
2007-10-17 | writeback: remove pages_skipped accounting in __block_write_full_page() | Fengguang Wu | 2 | -4/+2 |
2007-10-17 | writeback: fix ntfs with sb_has_dirty_inodes() | Fengguang Wu | 2 | -3/+11 |
2007-10-17 | writeback: fix time ordering of the per superblock inode lists 8 | Fengguang Wu | 1 | -23/+38 |
2007-10-17 | writeback: fix periodic superblock dirty inode flushing | Ken Chen | 2 | -22/+15 |
2007-10-17 | writeback: fix time ordering of the per superblock dirty inode lists 7 | Andrew Morton | 1 | -2/+2 |
2007-10-17 | writeback: fix time ordering of the per superblock dirty inode lists 6 | Andrew Morton | 1 | -1/+8 |
2007-10-17 | writeback: fix time ordering of the per superblock dirty inode lists 5 | Andrew Morton | 1 | -1/+1 |
2007-10-17 | writeback: fix comment, use helper function | Andrew Morton | 1 | -4/+11 |
2007-10-17 | writeback: fix time ordering of the per superblock dirty inode lists 4 | Andrew Morton | 1 | -1/+23 |
2007-10-17 | writeback: fix time ordering of the per superblock dirty inode lists 3 | Andrew Morton | 1 | -1/+1 |
2007-10-17 | writeback: fix time ordering of the per superblock dirty inode lists: memory-... | Andrew Morton | 1 | -1/+1 |
2007-10-17 | writeback: fix time-ordering of the per-superblock dirty-inode lists | Andrew Morton | 1 | -1/+25 |
2007-10-17 | reiserfs: do not repair wrong journal params | Edward Shishkin | 1 | -43/+57 |
2007-10-17 | ext3: lighten up resize transaction requirements | Eric Sandeen | 1 | -2/+49 |
2007-10-17 | F_DUPFD_CLOEXEC implementation | Ulrich Drepper | 1 | -4/+8 |
2007-10-17 | spin_lock_unlocked cleanups | Roel Kluin | 1 | -2/+2 |
2007-10-17 | Break ELF_PLATFORM and stack pointer randomization dependency | Franck Bui-Huu | 1 | -8/+8 |
2007-10-17 | rename signalfd_siginfo fields | Davide Libenzi | 1 | -22/+22 |
2007-10-17 | ext3: remove #ifdef CONFIG_EXT3_INDEX | Eric Sandeen | 2 | -26/+0 |
2007-10-17 | fs: correct SuS compliance for open of large file without options | Alan Cox | 3 | -3/+3 |
2007-10-17 | anon-inodes use open coded atomic_inc for the shared inode | Davide Libenzi | 1 | -13/+12 |
2007-10-17 | Don't truncate /proc/PID/environ at 4096 characters | James Pearson | 1 | -23/+72 |