summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2012-06-01nfsd4: exchange_id: check creds before killing confirmed clientJ. Bruce Fields1-9/+8
2012-06-01nfsd4: exchange_id error cleanupJ. Bruce Fields1-5/+1
2012-06-01nfsd4: exchange_id has a pointless copyJ. Bruce Fields1-1/+0
2012-06-01nfsd: return 0 on reads of fault injection filesWeston Andros Adamson1-0/+1
2012-06-01nfsd: wrap all accesses to st_deny_bmapJeff Layton1-8/+29
2012-06-01nfsd: wrap accesses to st_access_bmapJeff Layton1-28/+54
2012-06-01nfsd: make test_share a bool returnJeff Layton1-3/+3
2012-06-01nfsd: consolidate set_access and set_denyJeff Layton1-17/+7
2012-06-01NFSD: SETCLIENTID_CONFIRM returns NFS4ERR_CLID_INUSE too oftenChuck Lever1-12/+2
2012-06-01LockD: add debug message to start and stop functionsStanislav Kinsbursky1-0/+5
2012-06-01LockD: service start function introducedStanislav Kinsbursky1-25/+42
2012-06-01LockD: move global usage counter manipulation from error pathStanislav Kinsbursky1-3/+2
2012-06-01LockD: service creation function introducedStanislav Kinsbursky1-11/+27
2012-06-01LockD: use existing per-net data function on service creationStanislav Kinsbursky1-16/+7
2012-06-01LockD: pass service to per-net up and down functionsStanislav Kinsbursky1-7/+5
2012-06-01SUNRPC: move per-net operations from svc_destroy()Stanislav Kinsbursky4-15/+41
2012-06-01SUNRPC: new svc_bind() routine introducedStanislav Kinsbursky3-0/+23
2012-06-01nfsd: add IPv6 addr escaping to fs_location hostsWeston Andros Adamson1-7/+33
2012-06-01nfsd4: fix change attribute endiannessJ. Bruce Fields1-2/+2
2012-06-01nfsd4: fix free_stateid return endiannessJ. Bruce Fields1-2/+2
2012-06-01nfsd4: int/__be32 fixesJ. Bruce Fields3-20/+20
2012-06-01nfsd4: preserve __user annotation on cld downcall msgJ. Bruce Fields1-1/+1
2012-06-01nfsd4: fix missing "static"J. Bruce Fields4-4/+4
2012-06-01nfsd: state.c should include current_stateid.hJ. Bruce Fields1-0/+1
2012-06-01Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into for-l...Chris Mason14-252/+1368
2012-05-31NFS: Ensure that setattr and getattr wait for O_DIRECT write completionTrond Myklebust5-48/+67
2012-05-31Btrfs: fix tree mod log rewinded level and rewinding of moved keysJan Schmidt1-2/+4
2012-05-31Btrfs: fix tree mod log del_ptrJan Schmidt1-6/+7
2012-05-31Btrfs: add tree_mod_dont_log helperJan Schmidt1-9/+15
2012-05-31Btrfs: add missing spin_lock for insertion into tree mod logJan Schmidt1-5/+18
2012-05-31Btrfs: add inodes before dropping the extent lock in find_all_leafsJan Schmidt3-6/+43
2012-05-31split ->file_mmap() into ->mmap_addr()/->mmap_file()Al Viro1-4/+0
2012-05-31ext4: add missing save_error_info() to ext4_error()Theodore Ts'o1-0/+1
2012-05-31ext4: add debugging trigger for ext4_error()Theodore Ts'o2-0/+21
2012-05-31binfmt_flat: use vm_munmap, we are missing ->mmap_sem thereAl Viro1-4/+4
2012-05-31binfmt_elf: switch elf_map() to vm_mmap/vm_munmapAl Viro1-5/+3
2012-05-31vfs: umount_tree() might be called on subtree that had never made itAl Viro1-1/+2
2012-05-31pipe: return -ENOIOCTLCMD instead of -EINVAL on unknown ioctl commandWill Deacon1-1/+1
2012-05-31vfs: remove unused __d_splice_alias argumentJ. Bruce Fields1-8/+5
2012-05-31vfs: stop d_splice_alias creating directory aliasesJ. Bruce Fields1-2/+1
2012-05-31fsnotify: remove unused parameter from send_to_group()Dan Carpenter1-6/+6
2012-05-31vfs: increment iversion when a file is truncatedDmitry Kasatkin1-0/+5
2012-05-31fs: Move bh_cachep to the __read_mostly sectionShai Fultheim1-1/+1
2012-05-31fs: move file_remove_suid() to fs/inode.cCong Wang1-0/+65
2012-05-31jffs2: get rid of jffs2_sync_superArtem Bityutskiy4-21/+58
2012-05-31jffs2: remove unnecessary GC pass on syncArtem Bityutskiy1-2/+0
2012-05-31jffs2: remove unnecessary GC pass on umountArtem Bityutskiy1-3/+0
2012-05-31jffs2: remove lock_superArtem Bityutskiy1-3/+0
2012-05-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds6-98/+75
2012-05-30Btrfs: use delayed ref sequence numbers for all fs-tree updatesJan Schmidt3-23/+13