aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-29Btrfs: Add a clear_cache mount optionJosef Bacik4-3/+8
2010-10-29Btrfs: add support for mixed data+metadata block groupsJosef Bacik2-4/+28
2010-10-29Btrfs: check cache->caching_ctl before returning if caching has startedJosef Bacik1-0/+6
2010-10-29Btrfs: load free space cache if it existsJosef Bacik3-3/+345
2010-10-29Btrfs: write out free space cacheJosef Bacik6-13/+420
2010-10-29braino in internal.hAl Viro1-1/+1
2010-10-29convert simple cases of nfs-related ->get_sb() to ->mount()Al Viro1-50/+46
2010-10-29convert btrfsAl Viro1-9/+6
2010-10-29convert cephAl Viro1-23/+27
2010-10-29convert gfs2Al Viro1-29/+22
2010-10-29convert afsAl Viro1-12/+7
2010-10-29convert ecryptfsAl Viro1-7/+5
2010-10-29convert sysfsAl Viro1-19/+13
2010-10-29switch get_sb_ns() usersAl Viro1-8/+6
2010-10-29switch procfs to ->mount()Al Viro1-7/+6
2010-10-29setting ->proc_mnt doesn't belong in proc_get_sb()Al Viro1-1/+2
2010-10-29convert cifsAl Viro1-8/+7
2010-10-29convert nilfsAl Viro1-9/+7
2010-10-29switch logfs to ->mount()Al Viro2-27/+23
2010-10-29logfs: fix a leak in get_sbAl Viro4-7/+8
2010-10-29logfs get_sb, part 3Al Viro4-39/+29
2010-10-29logfs get_sb, part 2Al Viro4-14/+13
2010-10-29logfs get_sb massage, part 1Al Viro4-21/+39
2010-10-29convert v9fsAl Viro1-12/+10
2010-10-29convert ubifsAl Viro1-7/+6
2010-10-29convert get_sb_pseudo() usersAl Viro4-23/+18
2010-10-29convert get_sb_nodev() usersAl Viro11-53/+65
2010-10-29convert get_sb_single() usersAl Viro8-49/+58
2010-10-29convert get_sb_mtd() users to ->mount()Al Viro2-14/+12
2010-10-29new helper: mount_bdev()Al Viro30-161/+147
2010-10-29beginning of transtion: ->mount()Al Viro1-3/+14
2010-10-29fix open/umount raceAl Viro2-3/+5
2010-10-29a couple of open-coded ihold() introduced by nfs mergeAl Viro1-2/+2
2010-10-29cifs: Cleanup and thus reduce smb session structure and fields used during authenticationShirish Pargaonkar4-47/+55
2010-10-29NTLM auth and sign - Use appropriate server challengeShirish Pargaonkar5-12/+21
2010-10-28Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-7/+5
2010-10-28Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds4-5/+11
2010-10-28ext4: BUG_ON fix: check if page has buffers before calling page_buffers() Theodore Ts'o1-7/+5
2010-10-28fs/notify/fanotify/fanotify_user.c: fix warningsAndrew Morton1-3/+2
2010-10-28fanotify: do not recalculate the mask if the ignored mask changedEric Paris1-3/+3
2010-10-28fanotify: ignore events on directories unless specifically requestedEric Paris2-0/+17
2010-10-28fsnotify: rename FS_IN_ISDIR to FS_ISDIREric Paris1-1/+1
2010-10-28fanotify: do not send events for irregular filesEric Paris1-5/+6
2010-10-28fanotify: limit number of listeners per userEric Paris2-1/+21
2010-10-28fanotify: allow userspace to override max marksEric Paris1-1/+8
2010-10-28fanotify: limit the number of marks in a single fanotify groupEric Paris1-0/+9
2010-10-28fanotify: allow userspace to override max queue depthEric Paris1-1/+8
2010-10-28fsnotify: implement a default maximum queue depthEric Paris1-0/+4
2010-10-28fanotify: ignore fanotify ignore marks if open writersEric Paris1-0/+10
2010-10-28fsnotify: call fsnotify_parent in perm eventsEric Paris1-6/+9