Commit Graph

301 Commits (499b3803d3e2f062f73bf22372b38393369ffcbf)

Author SHA1 Message Date
Manuel Schölling ef19470ef8 fs/fat/inode.c: clean up string initializations (char[] instead of char *) 11 years ago
Conrad Meyer 190a8843de fs/fat/: add support for DOS 1.x formatted volumes 11 years ago
Al Viro 8174202b34 write_iter variants of {__,}generic_file_aio_write() 11 years ago
Al Viro aad4f8bb42 switch simple generic_file_aio_read() users to ->read_iter() 11 years ago
Al Viro 31b140398c switch {__,}blockdev_direct_IO() to iov_iter 11 years ago
Al Viro a6cbcd4a4a get rid of pointless iov_length() in ->direct_IO() 11 years ago
Al Viro d8d3d94b80 pass iov_iter to ->direct_IO() 11 years ago
Johannes Weiner 91b0abe36a mm + fs: store shadow entries in page cache 11 years ago
Theodore Ts'o 02b9984d64 fs: push sync_filesystem() down to the file system's remount_fs() 11 years ago
Al Viro cac45b062c fat: rcu-delay unloading nls and freeing sbi 11 years ago
Kirill A. Shutemov 7caef26767 truncate: drop 'oldsize' truncate_pagecache() parameter 12 years ago
Mike Lockwood 6e5b93ee55 fatfs: add FAT_IOCTL_GET_VOLUME_ID 12 years ago
Gu Zheng e68e96d2a7 fs/fat: use fat_msg() to replace printk() in __fat_fs_error() 12 years ago
Linus Torvalds da53be12bb Don't pass inode to ->d_hash() and ->d_compare() 12 years ago
Al Viro 2c6a2473b8 [readdir] convert fatfs 12 years ago
OGAWA Hirofumi 7b92d03c32 fat: fix possible overflow for fat_clusters 12 years ago
Kent Overstreet a27bb332c0 aio: don't include aio.h in sched.h 12 years ago
Namjae Jeon f1e6fb0ab4 fat (exportfs): rebuild directory-inode if fat_dget() 12 years ago
Namjae Jeon 8fceb4e017 fat (exportfs): rebuild inode if ilookup() fails 12 years ago
Namjae Jeon ea3983ace6 fat: restructure export_operations 12 years ago
Namjae Jeon e22a444275 fat: introduce a helper fat_get_blknr_offset() 12 years ago
Namjae Jeon f21735d587 fat: move fat_i_pos_read to fat.h 12 years ago
Namjae Jeon 2628b7a6ac fat: introduce 2 new values for the -o nfs mount option 12 years ago
Eric W. Biederman 7f78e03513 fs: Limit sys_mount to only request filesystem modules. 12 years ago
Sasha Levin b67bfe0d42 hlist: drop the node parameter from iterators 12 years ago
Oleksij Rempel b88a105802 fat: mark fs as dirty on mount and clean on umount 12 years ago
Oleksij Rempel 6b46419b04 fat: add extended fileds to struct fat_boot_sector 12 years ago
Al Viro 496ad9aa8e new helper: file_inode(file) 12 years ago
Ravishankar N c39540c6d1 fat: fix incorrect function comment 12 years ago
Dave Reisner c6c20372bb fs/fat: strip "cp" prefix from codepage in display 12 years ago
Jan Kara 5b3d5aeaa3 fat: ix mount option parsing 12 years ago
Jan Kara 58156c8fbf fat: provide option for setting timezone offset 12 years ago
Namjae Jeon f562146a3d fat: notify when discard is not supported 12 years ago
Marco Stornelli e40b34c792 fat: drop lock/unlock super 13 years ago
Namjae Jeon 14864655c0 fat: simplify writeback_inode() 13 years ago
Namjae Jeon 126ac0518c fat: no need to reset EOF in ent_put for FAT32 13 years ago
Cruz Julian Bishop 441dff34aa fs/fat: fix checkpatch issues in fatent.c 13 years ago
Cruz Julian Bishop f08b4988f2 fs/fat: fix all other checkpatch issues in dir.c 13 years ago
Cruz Julian Bishop 3f36f6100a fs/fat: fix some small checkpatch issues in dir.c 13 years ago
Cruz Julian Bishop c90518290e fs/fat: fix two checkpatch issues in cache.c 13 years ago
Cruz Julian Bishop 4a3aeb13b7 fs/fat: chang indentation of some comments in fat.h 13 years ago
Cruz Julian Bishop d5a4a3867f fs/fat: fix some checkpatch issues in fat.h 13 years ago
Cruz Julian Bishop 85cb9bf535 fs/fat: fix a checkpatch issue in namei_msdos.c 13 years ago
Steven J. Magnani 7669e8fb09 fat (exportfs): fix dentry reconnection 13 years ago
Steven J. Magnani 21b6633d51 fat (exportfs): move NFS support code 13 years ago
Namjae Jeon 4b63709861 fat: use accessor function for msdos_dir_entry 'start' 13 years ago
Kirill A. Shutemov 8c0a853770 fs: push rcu_barrier() from deactivate_locked_super() to filesystems 13 years ago
Eric W. Biederman 170782eb89 userns: Convert fat to use kuid/kgid where appropriate 13 years ago
Steven J. Magnani deb8274a0c fat: refactor shortname parsing 13 years ago
Steven J. Magnani a943ed71c9 fat: accessors for msdos_dir_entry 'start' fields 13 years ago