summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | nfsd41: Deny new lock before RECLAIM_COMPLETE doneMi Jinlong2011-07-151-0/+9
| * | | | | fs: locks: remove init_onceMiklos Szeredi2011-07-151-31/+10
| * | | | | nfsd41: check the size of requestMi Jinlong2011-07-151-0/+12
| * | | | | nfsd41: error out when client sets maxreq_sz or maxresp_sz too smallMi Jinlong2011-07-151-0/+27
| * | | | | nfsd4: fix file leak on open_downgradeJ. Bruce Fields2011-07-151-23/+8
| * | | | | nfsd4: remember to put RW access on stateid destructionJ. Bruce Fields2011-07-151-11/+6
| * | | | | NFSD: Added TEST_STATEID operationBryan Schumaker2011-07-155-3/+145
| * | | | | NFSD: added FREE_STATEID operationBryan Schumaker2011-07-154-2/+161
| * | | | | nfsd: Remove deprecated nfsctl system call and related code.NeilBrown2011-07-158-1129/+0
| * | | | | NFSD: allow OP_DESTROY_CLIENTID to be only op in COMPOUNDBenny Halevy2011-07-151-0/+5
* | | | | | vfs: fix check_acl compile error when CONFIG_FS_POSIX_ACL is not setLinus Torvalds2011-07-251-0/+2
* | | | | | Merge 'akpm' patch seriesLinus Torvalds2011-07-255-16/+11
|\ \ \ \ \ \
| * | | | | | reiserfs: use hweight_long()Akinobu Mita2011-07-251-5/+1
| * | | | | | reiserfs: use proper little-endian bitopsAkinobu Mita2011-07-252-4/+4
| * | | | | | tmpfs: clone shmem_file_splice_read()Hugh Dickins2011-07-251-2/+2
| * | | | | | oom: make deprecated use of oom_adj more verboseDavid Rientjes2011-07-251-4/+3
| * | | | | | fs/hugetlbfs/inode.c: fix pgoff alignment checking on 32-bitBecky Bruce2011-07-251-1/+1
* | | | | | | vfs: make gcc generate more obvious code for acl permission checkingLinus Torvalds2011-07-251-1/+1
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-07-255-9/+5
|\ \ \ \ \ \ \
| * | | | | | | fs: Merge split stringsJean Delvare2011-07-223-3/+3
| * | | | | | | Merge branch 'master' into for-nextJiri Kosina2011-07-11110-1194/+1517
| |\ \ \ \ \ \ \
| * | | | | | | | treewide: remove duplicate includesVitaliy Ivanov2011-06-202-6/+2
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-07-2555-742/+438
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | fs: take the ACL checks to common codeChristoph Hellwig2011-07-2544-273/+83
| * | | | | | | | | bury posix_acl_..._masq() variantsAl Viro2011-07-251-8/+3
| * | | | | | | | | kill boilerplates around posix_acl_create_masq()Al Viro2011-07-2515-204/+115
| * | | | | | | | | generic_acl: no need to clone acl just to push it to set_cached_acl()Al Viro2011-07-251-8/+2
| * | | | | | | | | kill boilerplate around posix_acl_chmod_masq()Al Viro2011-07-2513-168/+138
| * | | | | | | | | reiserfs: cache negative ACLs for v1 stat formatChristoph Hellwig2011-07-252-9/+5
| * | | | | | | | | xfs: cache negative ACLs if there is no attribute forkChristoph Hellwig2011-07-252-12/+5
| * | | | | | | | | 9p: do no return 0 from ->check_acl without actually checkingChristoph Hellwig2011-07-251-1/+1
| * | | | | | | | | vfs: move ACL cache lookup into generic codeLinus Torvalds2011-07-2512-69/+65
| * | | | | | | | | CIFS: Fix oops while mounting with prefixpathPavel Shilovsky2011-07-251-1/+1
| * | | | | | | | | xfs: Fix wrong return value of xfs_file_aio_writeMarkus Trippelsdorf2011-07-251-1/+4
| * | | | | | | | | fix jffs2 ACLs on big-endian with 16bit mode_tAl Viro2011-07-244-5/+5
| * | | | | | | | | 9p: close ACL leaksAl Viro2011-07-243-15/+22
| * | | | | | | | | ocfs2_init_acl(): fix a leakAl Viro2011-07-241-0/+1
| * | | | | | | | | VFS : mount lock scalability for internal mountsTim Chen2011-07-244-3/+23
* | | | | | | | | | Merge branch 'for-3.1/core' of git://git.kernel.dk/linux-blockLinus Torvalds2011-07-255-32/+25
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | |
| * | | | | | | | | fixlet: Remove fs_excl from struct task.Justin TerAvest2011-07-122-17/+0
| * | | | | | | | | compat_ioctl: fix warning caused by qemuJohannes Stezenbach2011-07-011-0/+5
| * | | | | | | | | block: flush MEDIA_CHANGE from drivers on close(2)Tejun Heo2011-07-011-9/+14
| * | | | | | | | | Merge branch 'for-linus' into for-3.1/coreJens Axboe2011-07-01118-1662/+2016
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | fs/partitions/check.c: make local symbols staticH Hartley Sweeten2011-06-131-6/+6
* | | | | | | | | | | fs/9p: add 9P2000.L unlinkat operationAneesh Kumar K.V2011-07-231-18/+30
* | | | | | | | | | | fs/9p: add 9P2000.L renameat operationAneesh Kumar K.V2011-07-231-3/+6
* | | | | | | | | | | fs/9p: Always ask new inode in createAneesh Kumar K.V2011-07-233-18/+61
* | | | | | | | | | | fs/9p: Fix invalid mount options/argsPrem Karat2011-07-231-9/+34
* | | | | | | | | | | fs/9p: When doing inode lookup compare qid details and inode mode bits.Aneesh Kumar K.V2011-07-236-29/+81
* | | | | | | | | | | fs/9p: remove rename work around in 9pAneesh Kumar K.V2011-07-231-5/+0
| |_|/ / / / / / / / |/| | | | | | | | |