summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* proc: make proc_fd_permission() thread-friendlyOleg Nesterov2013-09-111-1/+1
* fs/proc/task_mmu.c: check the return value of mpol_to_str()Chen Gang2013-09-111-1/+3
* fs/file_table.c:fput(): make comment more truthfulAndrew Morton2013-09-111-2/+1
* coredump: add new %P variable in core_patternStéphane Graber2013-09-111-0/+5
* hfsplus: integrate POSIX ACLs support into driverVyacheslav Dubeyko2013-09-116-26/+99
* hfsplus: implement POSIX ACLs supportVyacheslav Dubeyko2013-09-111-0/+274
* hfsplus: add necessary declarations for POSIX ACLs supportVyacheslav Dubeyko2013-09-113-0/+49
* epoll: add a reschedule point in ep_free()Eric Dumazet2013-09-111-0/+2
* fs/bio-integrity: fix a potential mem leakGu Zheng2013-09-111-4/+5
* writeback: fix race that cause writeback hungJunxiao Bi2013-09-111-2/+2
* mm/page-writeback.c: add strictlimit featureMaxim Patlasov2013-09-111-1/+1
* mm/writeback: make writeback_inodes_wb staticWanpeng Li2013-09-111-1/+1
* mm: track vma changes with VM_SOFTDIRTY bitCyrill Gorcunov2013-09-112-11/+37
* writeback: fix occasional slow sync(1)Jan Kara2013-09-111-4/+2
* ocfs2: fix the end cluster offset of FIEMAPJie Liu2013-09-111-1/+0
* ocfs2: remove unused variable ip in dlmfs_get_root_inode()Joseph Qi2013-09-111-3/+0
* ocfs2: fix a tiny race case when firing callbacksJoyce2013-09-111-9/+9
* ocfs2: avoid possible NULL pointer dereference in o2net_accept_one()Joseph Qi2013-09-111-6/+10
* ocfs2: adjust code style for o2net_handler_tree_lookup()Joseph Qi2013-09-111-17/+17
* ocfs2: free path in ocfs2_remove_inode_range()Younger Liu2013-09-111-0/+1
* ocfs2: fix possible double free in ocfs2_reflink_xattr_recJoseph Qi2013-09-111-1/+1
* ocfs2/dlm: force clean refmap when doing local cleanupXue jiufei2013-09-111-0/+8
* ocfs2: free meta_ac and data_ac when ocfs2_start_trans fails in ocfs2_xattr_s...Younger Liu2013-09-111-2/+3
* ocfs2: add the missing return value check of ocfs2_xattr_get_clustersJoseph Qi2013-09-111-0/+4
* ocfs2: fix a memory leak in __ocfs2_move_extents()Jie Liu2013-09-111-0/+1
* ocfs2: add missing return value check of ocfs2_get_clusters()Joseph Qi2013-09-111-2/+8
* ocfs2: clean up dead code in ocfs2_acl_from_xattr()Joseph Qi2013-09-111-4/+0
* ocfs2: use list_for_each_entry() instead of list_for_each()Dong Fang2013-09-1110-99/+45
* fs/ocfs2/cluster/tcp.c: fix possible null pointer dereferencesSunil Mushran2013-09-111-5/+5
* ocfs2: ac_bits_wanted should be local_alloc_bits when returns -ENOSPCYounger Liu2013-09-111-2/+2
* ocfs2: dlm_request_all_locks() should deal with the status sent from target nodeXue jiufei2013-09-111-1/+4
* ocfs2: use i_size_read() to access i_sizeJunxiao Bi2013-09-117-21/+21
* ocfs2: lighten up allocate transactionYounger Liu2013-09-114-5/+49
* Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-09-102-14/+21
|\
| * nfsd4: nfsd4_create_clid_dir prints uninitialized dataJ. Bruce Fields2013-08-301-2/+0
| * nfsd4: fix leak of inode reference on delegation failureJ. Bruce Fields2013-08-301-11/+20
| * Revert "nfsd: nfs4_file_get_access: need to be more careful with O_RDWR"J. Bruce Fields2013-08-301-4/+9
| * Merge tag 'v3.11-rc5' into for-3.12 branchJ. Bruce Fields2013-08-3033-280/+302
| |\
| * | nfsd4: fix setlease error returnJ. Bruce Fields2013-07-261-1/+1
| * | nfsd: nfs4_file_get_access: need to be more careful with O_RDWRHarshula Jayasuriya2013-07-231-9/+4
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-09-108-167/+221
|\ \ \
| * | | split read_seqretry_or_unlock(), convert d_walk() to resulting primitivesAl Viro2013-09-091-33/+31
| * | | dcache: Translating dentry into pathname without taking rename_lockWaiman Long2013-09-091-63/+133
| * | | autofs4 - fix device ioctl mount lookupIan Kent2013-09-081-11/+12
| * | | introduce kern_path_mountpoint()Al Viro2013-09-081-11/+24
| * | | rename user_path_umountat() to user_path_mountpoint_at()Al Viro2013-09-083-13/+15
| * | | take unlazy_walk() into umount_lookup_last()Al Viro2013-09-081-33/+27
| * | | prune_super(): sb->s_op is never NULLAl Viro2013-09-071-1/+1
| * | | exportfs: don't assume that ->iterate() won't feed us too long entriesAl Viro2013-09-071-1/+1
| * | | afs: get rid of redundant ->d_name.len checksAl Viro2013-09-071-24/+0
OpenPOWER on IntegriCloud