Age | Commit message (Expand) | Author | Files | Lines |
2010-10-29 | convert gfs2 | Al Viro | 1 | -29/+22 |
2010-10-29 | convert afs | Al Viro | 1 | -12/+7 |
2010-10-29 | convert ecryptfs | Al Viro | 1 | -7/+5 |
2010-10-29 | convert sysfs | Al Viro | 1 | -19/+13 |
2010-10-29 | switch get_sb_ns() users | Al Viro | 1 | -8/+6 |
2010-10-29 | switch procfs to ->mount() | Al Viro | 1 | -7/+6 |
2010-10-29 | setting ->proc_mnt doesn't belong in proc_get_sb() | Al Viro | 1 | -1/+2 |
2010-10-29 | convert cifs | Al Viro | 1 | -8/+7 |
2010-10-29 | convert nilfs | Al Viro | 1 | -9/+7 |
2010-10-29 | switch logfs to ->mount() | Al Viro | 2 | -27/+23 |
2010-10-29 | logfs: fix a leak in get_sb | Al Viro | 4 | -7/+8 |
2010-10-29 | logfs get_sb, part 3 | Al Viro | 4 | -39/+29 |
2010-10-29 | logfs get_sb, part 2 | Al Viro | 4 | -14/+13 |
2010-10-29 | logfs get_sb massage, part 1 | Al Viro | 4 | -21/+39 |
2010-10-29 | convert v9fs | Al Viro | 1 | -12/+10 |
2010-10-29 | convert ubifs | Al Viro | 1 | -7/+6 |
2010-10-29 | convert get_sb_pseudo() users | Al Viro | 4 | -23/+18 |
2010-10-29 | convert get_sb_nodev() users | Al Viro | 11 | -53/+65 |
2010-10-29 | convert get_sb_single() users | Al Viro | 8 | -49/+58 |
2010-10-29 | convert get_sb_mtd() users to ->mount() | Al Viro | 2 | -14/+12 |
2010-10-29 | new helper: mount_bdev() | Al Viro | 30 | -161/+147 |
2010-10-29 | beginning of transtion: ->mount() | Al Viro | 1 | -3/+14 |
2010-10-29 | fix open/umount race | Al Viro | 2 | -3/+5 |
2010-10-29 | a couple of open-coded ihold() introduced by nfs merge | Al Viro | 1 | -2/+2 |
2010-10-29 | cifs: Cleanup and thus reduce smb session structure and fields used during au... | Shirish Pargaonkar | 4 | -47/+55 |
2010-10-29 | NTLM auth and sign - Use appropriate server challenge | Shirish Pargaonkar | 5 | -12/+21 |
2010-10-29 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt... | Linus Torvalds | 1 | -7/+5 |
2010-10-29 | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 | Linus Torvalds | 4 | -5/+11 |
2010-10-29 | ext4: BUG_ON fix: check if page has buffers before calling page_buffers() | Theodore Ts'o | 1 | -7/+5 |
2010-10-29 | fs/notify/fanotify/fanotify_user.c: fix warnings | Andrew Morton | 1 | -3/+2 |
2010-10-29 | fanotify: do not recalculate the mask if the ignored mask changed | Eric Paris | 1 | -3/+3 |
2010-10-29 | fanotify: ignore events on directories unless specifically requested | Eric Paris | 2 | -0/+17 |
2010-10-29 | fsnotify: rename FS_IN_ISDIR to FS_ISDIR | Eric Paris | 1 | -1/+1 |
2010-10-29 | fanotify: do not send events for irregular files | Eric Paris | 1 | -5/+6 |
2010-10-29 | fanotify: limit number of listeners per user | Eric Paris | 2 | -1/+21 |
2010-10-29 | fanotify: allow userspace to override max marks | Eric Paris | 1 | -1/+8 |
2010-10-29 | fanotify: limit the number of marks in a single fanotify group | Eric Paris | 1 | -0/+9 |
2010-10-29 | fanotify: allow userspace to override max queue depth | Eric Paris | 1 | -1/+8 |
2010-10-29 | fsnotify: implement a default maximum queue depth | Eric Paris | 1 | -0/+4 |
2010-10-29 | fanotify: ignore fanotify ignore marks if open writers | Eric Paris | 1 | -0/+10 |
2010-10-29 | fsnotify: call fsnotify_parent in perm events | Eric Paris | 1 | -6/+9 |
2010-10-29 | fsnotify: correctly handle return codes from listeners | Eric Paris | 1 | -8/+12 |
2010-10-29 | fanotify: implement fanotify listener ordering | Eric Paris | 1 | -1/+24 |
2010-10-29 | fsnotify: implement ordering between notifiers | Eric Paris | 2 | -3/+12 |
2010-10-29 | fanotify: allow fanotify to be built | Eric Paris | 1 | -1/+1 |
2010-10-28 | Btrfs: create special free space cache inode | Josef Bacik | 10 | -46/+668 |
2010-10-28 | nfs4: The difference of 2 pointers is ptrdiff_t | Geert Uytterhoeven | 1 | -2/+2 |
2010-10-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 | Linus Torvalds | 30 | -9452/+4 |
2010-10-28 | Merge 'staging-next' to Linus's tree | Greg Kroah-Hartman | 30 | -9452/+4 |
2010-10-28 | Squashfs: fix function prototype | Phillip Lougher | 2 | -2/+3 |