summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2012-09-23ext4: check free inode count before allocating an inodeYongqiang Yang
2012-09-23ext4: check free block counters in ext4_mb_find_by_goalYongqiang Yang
2012-09-23ext4: fix crash when accessing /proc/mounts concurrentlyHerton Ronaldo Krzesinski
2012-09-22close the race in nlmsvc_free_block()Al Viro
2012-09-22do_add_mount()/umount -l racesAl Viro
2012-09-22Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2012-09-21Merge tag 'for-linus-v3.6-rc7' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2012-09-21debugfs: fix u32_array race in format_array_allocLinus Torvalds
2012-09-21debugfs: fix race in u32_array_read and allocate array at openDavid Rientjes
2012-09-21compat_ioctl: Add RS-485 IOCTLs to the listJaeden Amero
2012-09-21userns: Convert the ufs filesystem to use kuid/kgid where appropriateEric W. Biederman
2012-09-21userns: Convert the udf filesystem to use kuid/kgid where appropriateEric W. Biederman
2012-09-21userns: Convert ubifs to use kuid/kgidEric W. Biederman
2012-09-21userns: Convert squashfs to use kuid/kgid where appropriateEric W. Biederman
2012-09-21userns: Convert reiserfs to use kuid and kgid where appropriateEric W. Biederman
2012-09-21userns: Convert jfs to use kuid/kgid where appropriateEric W. Biederman
2012-09-21userns: Convert jffs2 to use kuid and kgid where appropriateEric W. Biederman
2012-09-21userns: Convert hpfs to use kuid and kgid where appropriateEric W. Biederman
2012-09-21userns: Convert btrfs to use kuid/kgid where appropriateEric W. Biederman
2012-09-21userns: Convert bfs to use kuid/kgid where appropriateEric W. Biederman
2012-09-21userns: Convert affs to use kuid/kgid wherwe appropriateEric W. Biederman
2012-09-21userns: Teach security_path_chown to take kuids and kgidsEric W. Biederman
2012-09-21userns: Convert hostfs to use kuid and kgid where appropriateEric W. Biederman
2012-09-21userns: Convert freevxfs to use kuid/kgid where appropriateEric W. Biederman
2012-09-21userns: Convert the sysv filesystem to use kuid/kgid where appropriateEric W. Biederman
2012-09-21userns: Convert the qnx6 filesystem to use kuid/kgid where appropriateEric W. Biederman
2012-09-21userns: Convert the qnx4 filesystem to use kuid/kgid where appropriateEric W. Biederman
2012-09-21userns: Convert omfs to use kuid and kgid where appropriateEric W. Biederman
2012-09-21userns: Convert ntfs to use kuid and kgid where appropriateEric W. Biederman
2012-09-21userns: Convert nillfs2 to use kuid/kgid where appropriateEric W. Biederman
2012-09-21userns: Convert minix to use kuid/kgid where appropriateEric W. Biederman
2012-09-21userns: Convert logfs to use kuid/kgid where appropriateEric W. Biederman
2012-09-21userns: Convert isofs to use kuid/kgid where appropriateEric W. Biederman
2012-09-21userns: Convert hfsplus to use kuid and kgid where appropriateEric W. Biederman
2012-09-21userns: Convert hfs to use kuid and kgid where appropriateEric W. Biederman
2012-09-21userns: Convert exofs to use kuid/kgid where appropriateEric W. Biederman
2012-09-21userns: Convert efs to use kuid/kgid where appropriateEric W. Biederman
2012-09-21userns: Convert ecryptfs to use kuid/kgid where appropriateEric W. Biederman
2012-09-21userns: Convert cramfs to use kuid/kgid where appropriateEric W. Biederman
2012-09-21userns: Convert befs to use kuid/kgid where appropriateEric W. Biederman
2012-09-21userns: Convert adfs to use kuid and kgid where appropriateEric W. Biederman
2012-09-21userns: Convert hugetlbfs to use kuid/kgid where appropriateEric W. Biederman
2012-09-21fs/fs-writeback.c: cleanup riteback_sb_inodes kerneldocLiu Bo
2012-09-21btrfs: fix the commment for the action flags in delayed-ref.hWang Sheng-Hui
2012-09-20pstore: Avoid recursive spinlocks in the oops_in_progress caseChuansheng Liu
2012-09-20ext4: remove erroneous ext4_superblock_csum_set() in update_backups()Tao Ma
2012-09-20the only place that needs to include asm/exec.h is linux/binfmts.hAl Viro
2012-09-20userns: Convert fat to use kuid/kgid where appropriateEric W. Biederman
2012-09-20block: Implement support for WRITE SAMEMartin K. Petersen
2012-09-19ext4: fix potential deadlock in ext4_nonda_switch()Theodore Ts'o